home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / tab.zip / TAB.CAT < prev    next >
Text File  |  1989-08-15  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      TAB(1)               UNIX (LOCAL)            TAB(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.       tab -    indent a text file's left margin
  10.  
  11.      SYNOPSIS
  12.       tab [-o #_of_spaces] [filename]
  13.  
  14.      DESCRIPTION
  15.       Tab reads text from the named    file (standard input if    no
  16.       filename is given) and writes    to standard output.  The
  17.       default indentation is one tab position.  The    -o option
  18.       allows the indentation to be specified as a number of
  19.       spaces.
  20.  
  21.       Some examples    of usage:
  22.  
  23.            tab infile      (indents one tab position)
  24.            tab -o 3    infile      (indents 3 spaces)
  25.            tab < infile      (reads standard input, indents one tab)
  26.            tab -o 3    < infile  (reads standard input, indents 3 spaces)
  27.  
  28.       To send the indented output directly to the system printer
  29.       use:
  30.  
  31.            tab file    | lpr (Berkeley    Unix)
  32.            tab file    | lp  (AT&T SYSV Unix)
  33.  
  34.      SEE ALSO
  35.       cat(1), lpr(1,BSD), lp(1,SYSV)
  36.  
  37.      AUTHOR
  38.       Perry    A. D. Wood     August 14, 1989
  39.                    Department of Electrical    Engineering
  40.                    University of Virginia
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 8/14/89)
  64.  
  65.  
  66.  
  67.